Package com.netscape.certsrv.key
Class AsymKeyGenerationRequest
java.lang.Object
com.netscape.certsrv.base.RESTMessage
com.netscape.certsrv.key.KeyGenerationRequest
com.netscape.certsrv.key.AsymKeyGenerationRequest
- All Implemented Interfaces:
JSONSerializer
-
Nested Class Summary
Nested classes/interfaces inherited from class com.netscape.certsrv.base.RESTMessage
RESTMessage.Attribute, RESTMessage.AttributeList, RESTMessage.AttributeListDeserializer, RESTMessage.AttributeListSerializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class com.netscape.certsrv.key.KeyGenerationRequest
CLIENT_KEY_ID, KEY_ALGORITHM, KEY_SIZE, KEY_USAGE, REALM, TRANS_WRAPPED_SESSION_KEY
Fields inherited from class com.netscape.certsrv.base.RESTMessage
attributes, className
Fields inherited from interface com.netscape.certsrv.util.JSONSerializer
logger
-
Constructor Summary
ConstructorsConstructorDescriptionAsymKeyGenerationRequest
(javax.ws.rs.core.MultivaluedMap<String, String> form) -
Method Summary
Modifier and TypeMethodDescriptionstatic AsymKeyGenerationRequest
static AsymKeyGenerationRequest
toString()
Returns a string representation of the object.Methods inherited from class com.netscape.certsrv.key.KeyGenerationRequest
addUsage, getClientKeyId, getKeyAlgorithm, getKeySize, getRealm, getTransWrappedSessionKey, getUsages, setClientKeyId, setKeyAlgorithm, setKeySize, setRealm, setTransWrappedSessionKey, setUsages
Methods inherited from class com.netscape.certsrv.base.RESTMessage
equals, fromDOM, getAttribute, getAttributeList, getAttributeNames, getAttributes, getClassName, hashCode, removeAttribute, setAttribute, setAttributeList, setAttributes, setClassName, toDOM, toXML
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.netscape.certsrv.util.JSONSerializer
toJSON
-
Field Details
-
ENCRYPT
- See Also:
-
DECRYPT
- See Also:
-
SIGN
- See Also:
-
SIGN_RECOVER
- See Also:
-
VERIFY
- See Also:
-
VERIFY_RECOVER
- See Also:
-
WRAP
- See Also:
-
UNWRAP
- See Also:
-
DERIVE
- See Also:
-
-
Constructor Details
-
AsymKeyGenerationRequest
public AsymKeyGenerationRequest() -
AsymKeyGenerationRequest
-
AsymKeyGenerationRequest
-
-
Method Details
-
toString
Description copied from class:RESTMessage
Returns a string representation of the object. Do not serialize the REST message by default to avoid exposing sensitive info. Subclasses can override this method if it's safe.- Overrides:
toString
in classRESTMessage
-
getValidUsagesList
-
toDOM
- Overrides:
toDOM
in classRESTMessage
-
fromDOM
-
fromXML
- Throws:
Exception
-